func golang.org/x/sys/unix.cpuMaskIsSet
3 uses
golang.org/x/sys/unix (current package)
affinity_linux.go#L87: func cpuMaskIsSet(s []cpuMask, cpu int) bool {
affinity_linux.go#L115: return cpuMaskIsSet(s[:], cpu)
affinity_linux.go#L157: return cpuMaskIsSet(s, cpu)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)